Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docker build for linux release. #46

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

braydonf
Copy link

@braydonf braydonf commented May 10, 2024

Add a dockerfile to build the linux release compiled against the correct glibc version.

@braydonf
Copy link
Author

What distro can be used to compile with glibc 2.19 ?

@braydonf
Copy link
Author

Looked up when glibc was released and it was from 2014, I doubt there is anything maintained with this version. How is the packageLinuxX64 built?

@braydonf
Copy link
Author

The dockerfile from this comment succeeds: #1 (comment)

@braydonf
Copy link
Author

Okay, got the build working!

@pm47
Copy link
Member

pm47 commented May 13, 2024

The dockerfile from this comment succeeds: #1 (comment)

In the same comment I explain why I think a jvm build makes more sense on docker, which got merged in #17.

@braydonf
Copy link
Author

As the build requires very specific OS requirements to compile on linux (Ubuntu 18.04), this dockerfile was necessary to be able to just build the linux64 release, otherwise there are various glibc errors. Docker is used here as part of the build and development, not as part of the production, as would be intended for the JVM build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants